dvb_desc_ts_info

@struct dvb_desc_ts_info @ingroup descriptors @brief Structure describing the ISDB TS information descriptor.

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param remote_control_key_id remote control key id @param length_of_ts_name length of ts name @param transmission_type_count transmission type count

@param ts_name ts name string @param ts_name_emph ts name emphasis string @param transmission_type struct dvb_desc_ts_info_transmission_type content @param service_id service id vector

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
service_id
ushort* service_id;
Undocumented in source.
transmission_type
dvb_desc_ts_info_transmission_type transmission_type;
Undocumented in source.
ts_name
char* ts_name;
Undocumented in source.
ts_name_emph
char* ts_name_emph;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta